
/* MOVE ! */
div.matchday, div.summary {
	background-color: LavenderBlush;
}




div.club_results {
	/*background-color: #E4E4E4;*/
	min-height: 30px;
	max-width: 480px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
}

table.club_results td {
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	border: none;
}

table.club_results .fixed-col {
    z-index: 1;
} 

table.club_results .fixed-col {
	background: LavenderBlush;
	background-clip: padding-box;
}

table.club_results .fixed-col.col1 {
    left: 0px;     	
	min-width: 80px;
    position: sticky;
}

table.club_results .fixed-col.col2 {
    left: 82px;     		
	min-width: 120px;
    position: sticky;
}

table.club_results td.sub {
	min-width: 20px; 
}

table.club_results td.sub.unusedsub {
	text-decoration: line-through;
}

table.club_results td.unusedsub {
	color: silver;
}

table.club_results td.unofficial {
	font-style: italic;
}

table.club_results td.result {
	min-width: 40px; 
	text-align: center;
}


table.club_results td.team {
	min-width: 190px; 
}

table.club_results td.team.home {
	padding-right: 10px;
}

table.club_results td.team.away {
	padding-left: 10px;
}

table.club_results td.score {
	min-width: 20px; 
	text-align: right;
}

table.club_results td.competition {
	min-width: 275px; 
	padding-left: 30px;
}

.nogames {
	font-style: italic;
}
